home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11s.lha / HBBS / Source / Utils / UserViewer / UserViewer.h < prev    next >
C/C++ Source or Header  |  1996-06-25  |  1KB  |  52 lines

  1. /*********************************************/
  2. /*                                           */
  3. /*       Designer (C) Ian OConnor 1994       */
  4. /*                                           */
  5. /*      Designer Produced C header file      */
  6. /*                                           */
  7. /*********************************************/
  8.  
  9.  
  10. #include <exec/types.h>
  11. #include <exec/memory.h>
  12. #include <dos/dosextens.h>
  13. #include <intuition/screens.h>
  14. #include <intuition/intuition.h>
  15. #include <intuition/gadgetclass.h>
  16. #include <libraries/gadtools.h>
  17. #include <diskfont/diskfont.h>
  18. #include <utility/utility.h>
  19. #include <graphics/gfxbase.h>
  20. #include <workbench/workbench.h>
  21. #include <graphics/scale.h>
  22. #include <clib/exec_protos.h>
  23. #include <clib/wb_protos.h>
  24. #include <clib/intuition_protos.h>
  25. #include <clib/gadtools_protos.h>
  26. #include <clib/graphics_protos.h>
  27. #include <clib/utility_protos.h>
  28. #include <string.h>
  29. #include <clib/diskfont_protos.h>
  30.  
  31.  
  32. #define UVFirstID 0
  33. #define LV1 0
  34. #define UV_ABOUT 1
  35. #define UV_UPDATE 2
  36.  
  37. extern struct TextAttr topa81281;
  38. extern struct TextAttr topaz800;
  39. extern struct Gadget *UVGadgets[3];
  40. extern struct Gadget *UVGList;
  41. extern struct Window *UV;
  42. extern APTR UVVisualInfo;
  43. extern APTR UVDrawInfo;
  44. extern ULONG UVGadgetTags[];
  45. extern UWORD UVGadgetTypes[];
  46. extern struct NewGadget UVNewGadgets[];
  47.  
  48. extern void RendWindowUV( struct Window *Win, void *vi );
  49. extern int OpenWindowUV( struct Screen *Scr);
  50. extern void CloseWindowUV( void );
  51.  
  52.